@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'MS Sans Serif';
}

body {
	background: url("../../Picture/5532862.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	
}


/*ITA Section*/
.header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	position: relative;
	z-index: 20;
	text-align: center;
}

.header h1 {
	background: rgba(255, 255, 255, 0.5);
	font-size: 3rem;
	color: #000;
	font-weight: 700;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.header p {
	font-size: 1.5rem;
	font-weight: 500;
	color: #555;	
}
/*ITA Section*/


/*Text Header*/
.ita-head {
	background: rgba(255, 255, 255, 0.5);
	margin-top: 38rem;
	z-index: 35;
	text-align: center;
	
}
/*Text Header*/

/*TextHeader Section*/
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
	font-size: 40px;
	width: 100%;
	margin-top: 1.5rem;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/*TextHeader Section*/

/*TextHeader Section*/
.animate-charcter1
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2.5s linear infinite;
  display: inline-block;
	font-size: 20px;
	width: 100%;
/*	margin-top: 0.5rem;*/
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/*TextHeader Section*/

/*ITa TEXT1 SECTION*/
.itat-1 {	
	margin-top: 1rem;
}
.con-ita {
	background: rgba(255, 255, 255, 0.5);
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
	padding-left: 10rem;
	padding-right: 10rem;
	padding-bottom: 3rem;
	padding-top: 3rem;
	
}
.con-ita h3 {
	background: #660000;
	font-size: 1.5rem;
	text-align: left;
	color: #FFF;
	padding: 5px;
	border-radius: 0.5rem;
}

.con-ita ul li a {
	font-size: 1.1rem;
	color: #444;
	text-decoration: none;
	padding: 6px;
}

.con-ita ul li a:hover {
	background: #590000;	
	color: #FFFFFF;
	border-radius: 0.5rem;
	transition: 0.6s;
/*	margin-left: 1rem;*/
	
}


/*ITa TEXT1 SECTION*/

@media screen and (max-width: 1000px) {
	
	.con-ita {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		align-items: center;
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
}








